From: Edgar E. Iglesias Date: Thu, 6 Oct 2016 16:36:31 +0000 (+0200) Subject: xen/arm: Disable the Cortex-a53-edac X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~190 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=d96ea24492a94bc180f4d18f530fc5c465b2f924;p=xen.git xen/arm: Disable the Cortex-a53-edac Disable the Cortex-a53-edac. Xen currently does not yet handle reads/writes to the implementation defined CPUMERRSR register. Signed-off-by: Edgar E. Iglesias Acked-by: Alistair Francis Reviewed-by: Stefano Stabellini --- diff --git a/xen/arch/arm/domain_build.c b/xen/arch/arm/domain_build.c index ce97359f39..e8a400cc7d 100644 --- a/xen/arch/arm/domain_build.c +++ b/xen/arch/arm/domain_build.c @@ -1188,6 +1188,7 @@ static int handle_node(struct domain *d, struct kernel_info *kinfo, DT_MATCH_COMPATIBLE("arm,psci-1.0"), DT_MATCH_COMPATIBLE("arm,cortex-a7-pmu"), DT_MATCH_COMPATIBLE("arm,cortex-a15-pmu"), + DT_MATCH_COMPATIBLE("arm,cortex-a53-edac"), DT_MATCH_COMPATIBLE("arm,armv8-pmuv3"), DT_MATCH_PATH("/cpus"), DT_MATCH_TYPE("memory"),